projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feb5ffb
)
Fix the build
author
Matthias Clasen
<matthiasc@src.gnome.org>
Fri, 28 Oct 2005 15:04:57 +0000
(15:04 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Fri, 28 Oct 2005 15:04:57 +0000
(15:04 +0000)
gtk/gtkaboutdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaboutdialog.c
b/gtk/gtkaboutdialog.c
index ad228d3f29d29e99fa803574e69a119e6a2e1165..037809dfe849015fd38152035e41dae9e45e60ec 100644
(file)
--- a/
gtk/gtkaboutdialog.c
+++ b/
gtk/gtkaboutdialog.c
@@
-504,7
+504,7
@@
gtk_about_dialog_init (GtkAboutDialog *about)
gtk_dialog_set_default_response (GTK_DIALOG (about), GTK_RESPONSE_CLOSE);
/* Add the credits button */
- button = gtk_button_new_
from
_mnemonic (_("C_redits"));
+ button = gtk_button_new_
with
_mnemonic (_("C_redits"));
image = gtk_image_new_from_stock (GTK_STOCK_ABOUT, GTK_ICON_SIZE_BUTTON);
gtk_button_set_image (GTK_BUTTON (button), image);
gtk_widget_set_no_show_all (button, TRUE);